home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / AGAC1SF1.PP_ / agac1sf1.ppd
PostScript Printer Description  |  1996-06-03  |  31KB  |  635 lines

  1. *PPD-Adobe: "4.2" 
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *FormatVersion: "4.2"
  4. *FileVersion: "1.1"
  5. *PCFileName: "AGAc1SF1.PPD"
  6. *LanguageVersion: English
  7. *LanguageEncoding: ISOLatin1
  8. *Product: "(AGFA AccuSet 1000)"
  9. *PSVersion: "(52.3) 320"
  10. *ModelName: "AGFA-AccuSet1000SF"
  11. *NickName: "AGFA-AccuSet1000SF v52.3"
  12.  
  13. *% General Information and Defaults ===============
  14. *FreeVM: "2453510"
  15. *LanguageLevel: "1"
  16. *ColorDevice: False
  17. *VariablePaperSize: True
  18. *FileSystem: True
  19. *?FileSystem: "
  20.   statusdict begin diskstatus end
  21.   exch pop 0 eq {(False)}{(True)}ifelse = flush
  22. "
  23. *End
  24. *Throughput: "1"
  25. *Password: "0"
  26. *ExitServer: "
  27.   count 0 eq {  % is the password on the stack?
  28.     true 
  29.   }{
  30.     dup    % potential password
  31.     statusdict begin checkpassword end not 
  32.   } ifelse 
  33.   {  %  if no password or not valid 
  34.     (WARNING : Cannot perform the exitserver command.) = 
  35.     (Password supplied is not valid.) = 
  36.     (Please contact the author of this software.) = flush
  37.     quit 
  38.   } if 
  39.   serverdict begin exitserver
  40. "
  41. *End
  42. *Reset: "
  43.   count 0 eq {  % is the password on the stack?
  44.     true 
  45.   }{
  46.     dup    % potential password
  47.     statusdict begin checkpassword end not 
  48.   } ifelse 
  49.   {  %  if no password or not valid 
  50.     (WARNING : Cannot reset printer.) = 
  51.     (Password supplied is not valid.) = 
  52.     (Please contact the author of this software.) = flush
  53.     quit 
  54.   } if 
  55.   serverdict begin exitserver
  56.   systemdict /quit get exec
  57.   (WARNING : Printer Reset Failed.) = flush
  58. "
  59. *End
  60.  
  61. *DefaultResolution: 1200dpi
  62. *%SetResolution 600dpi: " statusdict begin 600 setresolution end "
  63. *SetResolution 1200dpi: " statusdict begin 1200 setresolution end "
  64. *SetResolution 1800dpi: " statusdict begin 1800 setresolution end "
  65. *SetResolution 2400dpi: " statusdict begin 2400 setresolution end "
  66. *SetResolution 3000dpi: " statusdict begin 3000 setresolution end "
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "100.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97.  
  98. *% Use these entries to set paper size most of the time, unless there is
  99. *% specific reason to use PageRegion or PaperTray.
  100. *% The 3.0 page sizes are for Seperator 3.0 and illustrator 3.0 since they rotates 
  101. *% and clips the regular page sizes
  102. *DefaultPageSize: Letter
  103. *PageSize Letter: "letter"
  104. *PageSize Legal: "legal"
  105. *PageSize Note: "note"
  106. *PageSize Tabloid: "11x17"
  107. *PageSize LARGE: "1008 1944 1 statusdict /setpage get exec"
  108. *PageSize A3: "a3"
  109. *PageSize A4: "a4"
  110. *PageSize A5: "a5"
  111. *PageSize B5: "b5"
  112. *PageSize Letter.Transverse: "Letter"
  113. *PageSize Legal.Transverse: "Legal"
  114. *PageSize A4.Transverse: "A4"
  115. *PageSize A5.Transverse: "A5"
  116. *PageSize B5.Transverse: "B5"
  117. *?PageSize: "
  118.  save 
  119.    /d0 5 dict def d0 begin
  120.      /420_596 (A5.Transverse) def
  121.      /516_729 (B5.Transverse) def
  122.      /596_842 (A4.Transverse) def
  123.      /612_792 (Letter.Transverse) def
  124.      /612_1008 (Legal.Transverse) def
  125.    end
  126.    /d1 8 dict def d1 begin
  127.      /596_420 (A5) def
  128.      /729_516 (B5) def
  129.      /792_612 (Letter) def
  130.      /842_596 (A4) def
  131.      /1008_612 (Legal) def
  132.      /842_1191 (A3) def
  133.      /792_1224 (Tabloid) def
  134.      /1584_1130 (LARGE) def
  135.    end
  136.    statusdict begin pageparams end
  137.    4 1 roll pop
  138.    /high exch 10 string cvs dup length /hlen exch def def
  139.    /wide exch 10 string cvs def
  140.    /key hlen 1 add wide length add string def
  141.    key 0 high putinterval 
  142.    key hlen (_) putinterval
  143.    key hlen 1 add wide putinterval
  144.    0 eq {d0}{d1}ifelse
  145.    key cvn {get}stopped {(Unknown)}if
  146.    = flush
  147.    restore
  148. "
  149. *End
  150. *% These entries will set up the frame buffer. Usually used with manual feed.
  151. *DefaultPageRegion: Letter
  152. *PageRegion Letter: "letter"
  153. *PageRegion Legal: "legal"
  154. *PageRegion Note: "note"
  155. *PageRegion Tabloid: "11x17"
  156. *PageRegion LARGE: "1008 1944 1 statusdict /setpage get exec"
  157. *PageRegion A3: "a3"
  158. *PageRegion A4: "a4"
  159. *PageRegion A5: "a5"
  160. *PageRegion B5: "b5"
  161. *PageRegion Letter.Transverse: "Letter"
  162. *PageRegion Legal.Transverse:  "Legal"
  163. *PageRegion A4.Transverse: "A4"
  164. *PageRegion A5.Transverse: "A5"
  165. *PageRegion B5.Transverse: "B5"
  166.  
  167. *% The following entries provide information about specific paper keywords.
  168. *DefaultImageableArea: Letter
  169. *ImageableArea Letter: "0 0 612 792 "
  170. *ImageableArea Legal: "0 0 612 1008 "
  171. *ImageableArea Note: "0 0 612 792 "
  172. *ImageableArea Tabloid: "0 0 792 1224 "
  173. *ImageableArea LARGE: "0 0 1008 1944"
  174. *ImageableArea A3: "0 0 842 1191 "
  175. *ImageableArea A4: "0 0 596 842  "
  176. *ImageableArea A5: "0 0 420 596  "
  177. *ImageableArea B5: "0 0 516 729  "
  178. *ImageableArea Letter.Transverse: "0 0 612 792 "
  179. *ImageableArea Legal.Transverse:  "0 0 612 1008 "
  180. *ImageableArea A4.Transverse: "0 0 596 842 "
  181. *ImageableArea A5.Transverse: "0 0 420 596 "
  182. *ImageableArea B5.Transverse: "0 0 516 729 "
  183. *?ImageableArea: "
  184.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  185.   newpath clippath pathbbox
  186.   4 -2 roll exch 2 {ceiling cvp} repeat
  187.   exch 2 {floor cvp} repeat flush
  188.  restore
  189. "
  190. *End
  191.  
  192. *% These provide the physical dimensions of the paper (by keyword)
  193. *DefaultPaperDimension: Letter
  194. *PaperDimension Letter: "612 792 "
  195. *PaperDimension Legal: "612 1008"
  196. *PaperDimension Note: "612 792"
  197. *PaperDimension Tabloid: "792 1224"
  198. *PaperDimension LARGE: "1008 1944"
  199. *PaperDimension A3: "842 1191"
  200. *PaperDimension A4: "596 842 "
  201. *PaperDimension A5: "420 596 "
  202. *PaperDimension B5: "516 729 "
  203. *PaperDimension Letter.Transverse: "792 612 "
  204. *PaperDimension Legal.Transverse: "1008 612 "
  205. *PaperDimension A4.Transverse: "842 596 "
  206. *PaperDimension A5.Transverse: "596 420 "
  207. *PaperDimension B5.Transverse: "729 516 "
  208.  
  209. *% Default Handling Features. This machine is a roll-fed machine, which is 
  210. *% why most of these entries have values of "None".
  211. *DefaultPaperTray: None
  212. *DefaultOutputBin: Upper
  213. *DefaultInputSlot: None
  214. *DefaultManualFeed: False
  215. *DefaultOutputOrder: Normal
  216. *DefaultCollator: None
  217. *DefaultSorter: None
  218. *DefaultDuplex: None
  219.  
  220. *% Font Information =====================
  221.  
  222. *DefaultFont: Courier
  223. *Font Courier: Standard "(001.004)"
  224. *Font Courier-Bold: Standard "(001.004)"
  225. *Font Courier-BoldOblique: Standard "(001.004)"
  226. *Font Courier-Oblique: Standard "(001.004)"
  227. *Font Helvetica: Standard "(001.002)"
  228. *Font Helvetica-Bold: Standard "(001.002)"
  229. *Font Helvetica-BoldOblique: Standard "(001.002)"
  230. *Font Helvetica-Oblique: Standard "(001.002)"
  231. *Font Symbol: Special "(001.003)"
  232. *Font Times-Bold: Standard "(001.002)"
  233. *Font Times-BoldItalic: Standard "(001.004)"
  234. *Font Times-Italic: Standard "(001.002)"
  235. *Font Times-Roman: Standard "(001.002)"
  236. *?FontQuery: "
  237. save  4 dict begin /sv exch def
  238. /str (fonts/                              ) def
  239. /st2 128 string def
  240. {
  241.   count 0 gt {
  242.     dup st2 cvs (/) print print (:) print
  243.     dup FontDirectory exch known {pop (Yes)}{
  244.      str exch st2 cvs dup length /len exch def
  245.      6 exch putinterval str 0 len 6 add getinterval mark exch
  246.      { } st2 filenameforall counttomark 0 gt {
  247.       cleartomark (Yes)}{cleartomark (No)}ifelse
  248.     }ifelse = flush
  249.   }{ exit } ifelse
  250. } bind loop
  251. (*) = flush
  252. sv end restore
  253. "
  254. *End
  255.  
  256. *?FontList: "
  257. save  2 dict begin /sv exch def
  258. /str 128 string def
  259. FontDirectory { pop == } bind forall flush
  260. /filenameforall where { 
  261.  pop save (fonts/*) { 
  262.   dup length 6 sub 6 exch getinterval cvn == 
  263.  } bind str filenameforall flush restore
  264. } if 
  265. (*) = flush
  266. sv end restore
  267. "
  268. *End
  269.  
  270. *% Printer Messages (verbatim from printer):
  271. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  272. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  273. *Message: "\FontName\ not found, using Courier"
  274.  
  275. *% Status (format: %%[ status: <one of these> ]%% )
  276. *Status: "idle"
  277. *Status: "busy"
  278. *Status: "waiting"
  279. *Status: "printing"
  280.  
  281. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  282. *Source: "serial9"
  283. *Source: "serial25"
  284. *Source: "AppleTalk"
  285. *Source: "Centronics"
  286.  
  287. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  288.  
  289. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  290.  
  291. *% Color Separation Information =====================
  292.  
  293. *InkName: ProcessCyan/Process Cyan
  294. *InkName: ProcessMagenta/Process Magenta
  295. *InkName: ProcessYellow/Process Yellow
  296. *InkName: ProcessBlack/Process Black
  297. *InkName: CustomColor/Custom Color
  298.  
  299. *% For 600 dpi  =====================================================
  300.  
  301. *%ColorSepScreenAngle ProcessBlack.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "45.0"
  302. *%ColorSepScreenAngle CustomColor.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "45.0"
  303. *%ColorSepScreenAngle ProcessCyan.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "15.0"
  304. *%ColorSepScreenAngle ProcessMagenta.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "75.0"
  305. *%ColorSepScreenAngle ProcessYellow.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "0.0"
  306.  
  307. *%ColorSepScreenFreq ProcessBlack.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "50.0"
  308. *%ColorSepScreenFreq CustomColor.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "50.0"
  309. *%ColorSepScreenFreq ProcessCyan.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "50.0"
  310. *%ColorSepScreenFreq ProcessMagenta.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "50.0"
  311. *%ColorSepScreenFreq ProcessYellow.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "50.0"
  312.  
  313. *%ColorSepScreenAngle ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi BAL: "45.0"
  314. *%ColorSepScreenAngle CustomColor.60lpi.600dpi/60 lpi / 600 dpi BAL: "45.0"
  315. *%ColorSepScreenAngle ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi BAL: "15.0"
  316. *%ColorSepScreenAngle ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi BAL: "75.0"
  317. *%ColorSepScreenAngle ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi BAL: "0.0"
  318.  
  319. *%ColorSepScreenFreq ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi BAL: "60.0"
  320. *%ColorSepScreenFreq CustomColor.60lpi.600dpi/60 lpi / 600 dpi BAL: "60.0"
  321. *%ColorSepScreenFreq ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi BAL: "60.0"
  322. *%ColorSepScreenFreq ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi BAL: "60.0"
  323. *%ColorSepScreenFreq ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi BAL: "60.0"
  324.  
  325. *%ColorSepScreenAngle ProcessBlack.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "45.0"
  326. *%ColorSepScreenAngle CustomColor.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "45.0"
  327. *%ColorSepScreenAngle ProcessCyan.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "15.0"
  328. *%ColorSepScreenAngle ProcessMagenta.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "75.0"
  329. *%ColorSepScreenAngle ProcessYellow.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "0.0"
  330.  
  331. *%ColorSepScreenFreq ProcessBlack.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "70.0"
  332. *%ColorSepScreenFreq CustomColor.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "70.0"
  333. *%ColorSepScreenFreq ProcessCyan.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "70.0"
  334. *%ColorSepScreenFreq ProcessMagenta.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "70.0"
  335. *%ColorSepScreenFreq ProcessYellow.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "70.0"
  336.  
  337. *% For 1200 dpi  =====================================================
  338.  
  339. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  340. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  341. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "15.0"
  342. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "75.0"
  343. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "0.0"
  344.  
  345. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  346. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  347. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  348. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  349. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  350.  
  351. *ColorSepScreenAngle ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  352. *ColorSepScreenAngle CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  353. *ColorSepScreenAngle ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "15.0"
  354. *ColorSepScreenAngle ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  355. *ColorSepScreenAngle ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "0.0"
  356.  
  357. *ColorSepScreenFreq ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  358. *ColorSepScreenFreq CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  359. *ColorSepScreenFreq ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  360. *ColorSepScreenFreq ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  361. *ColorSepScreenFreq ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  362.  
  363. *ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  364. *ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  365. *ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "15.0"
  366. *ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "75.0"
  367. *ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "0.0"
  368.  
  369. *ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  370. *ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  371. *ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  372. *ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  373. *ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  374.  
  375. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  376. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  377. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "15.0"
  378. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "75.0"
  379. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "0.0"
  380.  
  381. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  382. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  383. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  384. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  385. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  386.  
  387. *ColorSepScreenAngle ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  388. *ColorSepScreenAngle CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  389. *ColorSepScreenAngle ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "15.0"
  390. *ColorSepScreenAngle ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "75.0"
  391. *ColorSepScreenAngle ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "0.0"
  392.  
  393. *ColorSepScreenFreq ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  394. *ColorSepScreenFreq CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  395. *ColorSepScreenFreq ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  396. *ColorSepScreenFreq ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  397. *ColorSepScreenFreq ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  398.  
  399. *ColorSepScreenAngle ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  400. *ColorSepScreenAngle CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  401. *ColorSepScreenAngle ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "15.0"
  402. *ColorSepScreenAngle ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "75.0"
  403. *ColorSepScreenAngle ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "0.0"
  404.  
  405. *ColorSepScreenFreq ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  406. *ColorSepScreenFreq CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  407. *ColorSepScreenFreq ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  408. *ColorSepScreenFreq ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  409. *ColorSepScreenFreq ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  410.  
  411. *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  412. *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  413. *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "15.0"
  414. *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "75.0"
  415. *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "0.0"
  416.  
  417. *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  418. *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  419. *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  420. *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  421. *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  422.  
  423. *ColorSepScreenAngle ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  424. *ColorSepScreenAngle CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  425. *ColorSepScreenAngle ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "15.0"
  426. *ColorSepScreenAngle ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "75.0"
  427. *ColorSepScreenAngle ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "0.0"
  428.  
  429. *ColorSepScreenFreq ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  430. *ColorSepScreenFreq CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  431. *ColorSepScreenFreq ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  432. *ColorSepScreenFreq ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  433. *ColorSepScreenFreq ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  434.  
  435. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  436. *ColorSepScreenAngle CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  437. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "15.0"
  438. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "75.0"
  439. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "0.0"
  440.  
  441. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  442. *ColorSepScreenFreq CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  443. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  444. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  445. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  446.  
  447. *% For 1800 dpi  =====================================================
  448.  
  449. *ColorSepScreenAngle ProcessBlack.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "45.0"
  450. *ColorSepScreenAngle CustomColor.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "45.0"
  451. *ColorSepScreenAngle ProcessCyan.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "15.0"
  452. *ColorSepScreenAngle ProcessMagenta.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "75.0"
  453. *ColorSepScreenAngle ProcessYellow.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "0.0"
  454.  
  455. *ColorSepScreenFreq ProcessBlack.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "133.0"
  456. *ColorSepScreenFreq CustomColor.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "133.0"
  457. *ColorSepScreenFreq ProcessCyan.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "133.0"
  458. *ColorSepScreenFreq ProcessMagenta.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "133.0"
  459. *ColorSepScreenFreq ProcessYellow.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "133.0"
  460.  
  461. *ColorSepScreenAngle ProcessBlack.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "45.0"
  462. *ColorSepScreenAngle CustomColor.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "45.0"
  463. *ColorSepScreenAngle ProcessCyan.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "15.0"
  464. *ColorSepScreenAngle ProcessMagenta.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "75.0"
  465. *ColorSepScreenAngle ProcessYellow.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "0.0"
  466.  
  467. *ColorSepScreenFreq ProcessBlack.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "150.0"
  468. *ColorSepScreenFreq CustomColor.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "150.0"
  469. *ColorSepScreenFreq ProcessCyan.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "150.0"
  470. *ColorSepScreenFreq ProcessMagenta.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "150.0"
  471. *ColorSepScreenFreq ProcessYellow.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "150.0"
  472.  
  473. *% For 2400 dpi  =====================================================
  474.  
  475. *ColorSepScreenAngle ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  476. *ColorSepScreenAngle CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  477. *ColorSepScreenAngle ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "15.0"
  478. *ColorSepScreenAngle ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "75.0"
  479. *ColorSepScreenAngle ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "0.0"
  480.  
  481. *ColorSepScreenFreq ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  482. *ColorSepScreenFreq CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  483. *ColorSepScreenFreq ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  484. *ColorSepScreenFreq ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  485. *ColorSepScreenFreq ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  486.  
  487. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  488. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  489. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "15.0"
  490. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "75.0"
  491. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "0.0"
  492.  
  493. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  494. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  495. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  496. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  497. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  498.  
  499. *ColorSepScreenAngle ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  500. *ColorSepScreenAngle CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  501. *ColorSepScreenAngle ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "15.0"
  502. *ColorSepScreenAngle ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "75.0"
  503. *ColorSepScreenAngle ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "0.0"
  504.  
  505. *ColorSepScreenFreq ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  506. *ColorSepScreenFreq CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  507. *ColorSepScreenFreq ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  508. *ColorSepScreenFreq ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  509. *ColorSepScreenFreq ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  510.  
  511. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  512. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  513. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "15.0"
  514. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "75.0"
  515. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "0.0"
  516.  
  517. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  518. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  519. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  520. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  521. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  522.  
  523. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  524. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  525. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "15.0"
  526. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "75.0"
  527. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "0.0"
  528.  
  529. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  530. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  531. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  532. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  533. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  534.  
  535. *ColorSepScreenAngle ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  536. *ColorSepScreenAngle CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  537. *ColorSepScreenAngle ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "15.0"
  538. *ColorSepScreenAngle ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "75.0"
  539. *ColorSepScreenAngle ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "0.0"
  540.  
  541. *ColorSepScreenFreq ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  542. *ColorSepScreenFreq CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  543. *ColorSepScreenFreq ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  544. *ColorSepScreenFreq ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  545. *ColorSepScreenFreq ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  546.  
  547. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  548. *ColorSepScreenAngle CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  549. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "15.0"
  550. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "75.0"
  551. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "0.0"
  552.  
  553. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  554. *ColorSepScreenFreq CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  555. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  556. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  557. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  558.  
  559. *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  560. *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  561. *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "15.0"
  562. *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "75.0"
  563. *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "0.0"
  564.  
  565. *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  566. *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  567. *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  568. *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  569. *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  570.  
  571. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  572. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  573. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "15.0"
  574. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "75.0"
  575. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "0.0"
  576.  
  577. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  578. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  579. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  580. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  581. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  582.  
  583. *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  584. *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  585. *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "15.0"
  586. *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "75.0"
  587. *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "0.0"
  588.  
  589. *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  590. *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  591. *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  592. *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  593. *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  594.  
  595. *% For 3000 dpi  =====================================================
  596.  
  597. *ColorSepScreenAngle ProcessBlack.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "45.0"
  598. *ColorSepScreenAngle CustomColor.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "45.0"
  599. *ColorSepScreenAngle ProcessCyan.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "15.0"
  600. *ColorSepScreenAngle ProcessMagenta.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "75.0"
  601. *ColorSepScreenAngle ProcessYellow.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "0.0"
  602.  
  603. *ColorSepScreenFreq ProcessBlack.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "150.0"
  604. *ColorSepScreenFreq CustomColor.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "150.0"
  605. *ColorSepScreenFreq ProcessCyan.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "150.0"
  606. *ColorSepScreenFreq ProcessMagenta.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "150.0"
  607. *ColorSepScreenFreq ProcessYellow.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "150.0"
  608.  
  609. *ColorSepScreenAngle ProcessBlack.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "45.0"
  610. *ColorSepScreenAngle CustomColor.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "45.0"
  611. *ColorSepScreenAngle ProcessCyan.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "15.0"
  612. *ColorSepScreenAngle ProcessMagenta.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "75.0"
  613. *ColorSepScreenAngle ProcessYellow.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "0.0"
  614.  
  615. *ColorSepScreenFreq ProcessBlack.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "175.0"
  616. *ColorSepScreenFreq CustomColor.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "175.0"
  617. *ColorSepScreenFreq ProcessCyan.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "175.0"
  618. *ColorSepScreenFreq ProcessMagenta.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "175.0"
  619. *ColorSepScreenFreq ProcessYellow.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "175.0"
  620.  
  621. *ColorSepScreenAngle ProcessBlack.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "45.0"
  622. *ColorSepScreenAngle CustomColor.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "45.0"
  623. *ColorSepScreenAngle ProcessCyan.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "15.0"
  624. *ColorSepScreenAngle ProcessMagenta.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "75.0"
  625. *ColorSepScreenAngle ProcessYellow.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "0.0"
  626.  
  627. *ColorSepScreenFreq ProcessBlack.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "200.0"
  628. *ColorSepScreenFreq CustomColor.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "200.0"
  629. *ColorSepScreenFreq ProcessCyan.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "200.0"
  630. *ColorSepScreenFreq ProcessMagenta.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "200.0"
  631. *ColorSepScreenFreq ProcessYellow.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "200.0"
  632.  
  633.  
  634. *% end of PPD file for AGFA_AccuSet1000
  635.